home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / ZorkMachine.lha / config.h < prev    next >
C/C++ Source or Header  |  1992-03-23  |  348b  |  16 lines

  1. /*
  2. *    @(#)config.h    2.24
  3. */
  4.  
  5. # define I_HIST_LEN    1024    /* len of input history    */
  6. typedef    char ZWORD[2];        /* zmachine word    */
  7. #ifndef AMIGA
  8. typedef unsigned short UWORD;    /* 16 bit unsigned    */
  9. #ifndef OSK
  10. typedef short WORD;        /* 16 bit signed    */
  11. #endif
  12. typedef unsigned char UBYTE;    /* unsigned 8 bit    */
  13. #else
  14. #include <exec/types.h>
  15. #endif    /* AMIGA */
  16.